Html Css Color HEX #230019 Blackberry

📋 copy color: '#230019'

red 35 ◦ green 0 ◦ blue 25

#230019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #230019

Tints of Blackberry #230019

RGB

 RED value IS 35 (14.06% from 255) = 58.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 41.67%

R = 58.33%
G = 0%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.86

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#230019 (or 0x230019) is known color: Blackberry. HEX triplet: 23, 00 and 19. RGB value is (35,0,25). Sum of RGB (Red+Green+Blue) = 35+0+25=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230019 is #DCFFE6. Grayscale: #0D0D0D. Windows color (decimal): -14483431 or 1638435. OLE color: 1638435.

HSL color Cylindrical-coordinate representation of color #230019: hue angle of 317.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230019 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 0 25 -
CMYK 0 1 0.29 0.86
HSL 317.14º 1% 0.07% -
HSV(B) 317.14º 1% 0.14% -
XYZ 0.87 0.43 0.96 -
YUV 13.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 35 0 25 0 1 0.29 0.86 317.14 1 0.07
Hex 23 0 19 0 64 1D 56 13D 64 7
Octal 43 0 31 0 144 35 126 475 144 7
Binary 100011 0 11001 0 1100100 11101 1010110 100111101 1100100 111

Color Harmonies of #230019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230019

Black with #230019

Text Example


Text Example

White with #230019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230019; }

 p { color: rgb(35,0,25); }

 H1.HeaderClassName
 {
   color: #230019;
 }
 .AnyTagClassName
 {
   color: #230019;
 }
</style>

background-color css

<style>
 a { background-color: #230019; }

 a { background-color: rgb(35,0,25); }

 div.DivClassName
 {
   background-color: #230019;
 }
 .BgClassName
 {
   background-color: #230019;
 }
</style>

border-color css

<style>
 span { border-color: #230019; }

 span { border-color: rgb(35,0,25); }

 td.TdClassName
 {
   border-color: #230019;
 }
 .TagClassName
 {
   border-color: #230019;
 }
</style>