Html Css Color HEX #230B19 Blackberry

📋 copy color: '#230B19'

red 35 ◦ green 11 ◦ blue 25

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

Shades of Blackberry #230B19

Tints of Blackberry #230B19

RGB

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

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

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

R = 49.3%
G = 15.49%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230B19 (or 0x230B19) is known color: Blackberry. HEX triplet: 23, 0B and 19. RGB value is (35,11,25). Sum of RGB (Red+Green+Blue) = 35+11+25=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B19 is #DCF4E6. Grayscale: #131313. Windows color (decimal): -14480615 or 1641251. OLE color: 1641251.

HSL color Cylindrical-coordinate representation of color #230B19: hue angle of 325º 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 #230B19 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 11 25 -
CMYK 0 0.69 0.29 0.86
HSL 325º 0.52% 0.09% -
HSV(B) 325º 0.69% 0.14% -
XYZ 0.99 0.67 1 -
YUV 19.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 35 11 25 0 0.69 0.29 0.86 325 0.52 0.09
Hex 23 B 19 0 45 1D 56 145 34 9
Octal 43 13 31 0 105 35 126 505 64 11
Binary 100011 1011 11001 0 1000101 11101 1010110 101000101 110100 1001

Color Harmonies of #230B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B19

Black with #230B19

Text Example


Text Example

White with #230B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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