Html Css Color HEX #230B18 Blackberry

📋 copy color: '#230B18'

red 35 ◦ green 11 ◦ blue 24

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

Shades of Blackberry #230B18

Tints of Blackberry #230B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 24 (9.77% from 255) = 34.29%

R = 50%
G = 15.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#230B18 (or 0x230B18) is known color: Blackberry. HEX triplet: 23, 0B and 18. RGB value is (35,11,24). Sum of RGB (Red+Green+Blue) = 35+11+24=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B18 is #DCF4E7. Grayscale: #131313. Windows color (decimal): -14480616 or 1575715. OLE color: 1575715.

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

Color convert

RGB 35 11 24 -
CMYK 0 0.69 0.31 0.86
HSL 327.5º 0.52% 0.09% -
HSV(B) 327.5º 0.69% 0.14% -
XYZ 0.98 0.66 0.94 -
YUV 19.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 35 11 24 0 0.69 0.31 0.86 327.5 0.52 0.09
Hex 23 B 18 0 45 1F 56 148 34 9
Octal 43 13 30 0 105 37 126 510 64 11
Binary 100011 1011 11000 0 1000101 11111 1010110 101001000 110100 1001

Color Harmonies of #230B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B18

Black with #230B18

Text Example


Text Example

White with #230B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,11,24); }

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

background-color css

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

 a { background-color: rgb(35,11,24); }

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

border-color css

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

 span { border-color: rgb(35,11,24); }

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