Html Css Color HEX #230D19 Blackberry

📋 copy color: '#230D19'

red 35 ◦ green 13 ◦ blue 25

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

Shades of Blackberry #230D19

Tints of Blackberry #230D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.81%

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

R = 47.95%
G = 17.81%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230D19 (or 0x230D19) is known color: Blackberry. HEX triplet: 23, 0D and 19. RGB value is (35,13,25). Sum of RGB (Red+Green+Blue) = 35+13+25=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D19 is #DCF2E6. Grayscale: #141414. Windows color (decimal): -14480103 or 1641763. OLE color: 1641763.

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

Color convert

RGB 35 13 25 -
CMYK 0 0.63 0.29 0.86
HSL 327.27º 0.46% 0.09% -
HSV(B) 327.27º 0.63% 0.14% -
XYZ 1.01 0.72 1 -
YUV 20.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 35 13 25 0 0.63 0.29 0.86 327.27 0.46 0.09
Hex 23 D 19 0 3F 1D 56 147 2E 9
Octal 43 15 31 0 77 35 126 507 56 11
Binary 100011 1101 11001 0 111111 11101 1010110 101000111 101110 1001

Color Harmonies of #230D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D19

Black with #230D19

Text Example


Text Example

White with #230D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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