Html Css Color HEX #230C19 Blackberry

📋 copy color: '#230C19'

red 35 ◦ green 12 ◦ blue 25

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

Shades of Blackberry #230C19

Tints of Blackberry #230C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.67%

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

R = 48.61%
G = 16.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230C19 (or 0x230C19) is known color: Blackberry. HEX triplet: 23, 0C and 19. RGB value is (35,12,25). Sum of RGB (Red+Green+Blue) = 35+12+25=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C19 is #DCF3E6. Grayscale: #141414. Windows color (decimal): -14480359 or 1641507. OLE color: 1641507.

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

Color convert

RGB 35 12 25 -
CMYK 0 0.66 0.29 0.86
HSL 326.09º 0.49% 0.09% -
HSV(B) 326.09º 0.66% 0.14% -
XYZ 1 0.69 1 -
YUV 20.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 35 12 25 0 0.66 0.29 0.86 326.09 0.49 0.09
Hex 23 C 19 0 42 1D 56 146 31 9
Octal 43 14 31 0 102 35 126 506 61 11
Binary 100011 1100 11001 0 1000010 11101 1010110 101000110 110001 1001

Color Harmonies of #230C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C19

Black with #230C19

Text Example


Text Example

White with #230C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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