Html Css Color HEX #230A19 Blackberry

📋 copy color: '#230A19'

red 35 ◦ green 10 ◦ blue 25

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

Shades of Blackberry #230A19

Tints of Blackberry #230A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.29%

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

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230A19 (or 0x230A19) is known color: Blackberry. HEX triplet: 23, 0A and 19. RGB value is (35,10,25). Sum of RGB (Red+Green+Blue) = 35+10+25=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A19 is #DCF5E6. Grayscale: #131313. Windows color (decimal): -14480871 or 1640995. OLE color: 1640995.

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

Color convert

RGB 35 10 25 -
CMYK 0 0.71 0.29 0.86
HSL 324º 0.56% 0.09% -
HSV(B) 324º 0.71% 0.14% -
XYZ 0.98 0.64 0.99 -
YUV 19.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 35 10 25 0 0.71 0.29 0.86 324 0.56 0.09
Hex 23 A 19 0 47 1D 56 144 38 9
Octal 43 12 31 0 107 35 126 504 70 11
Binary 100011 1010 11001 0 1000111 11101 1010110 101000100 111000 1001

Color Harmonies of #230A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A19

Black with #230A19

Text Example


Text Example

White with #230A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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