Html Css Color HEX #230519 Blackberry

📋 copy color: '#230519'

red 35 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #230519

Tints of Blackberry #230519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.69%

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

R = 53.85%
G = 7.69%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230519 (or 0x230519) is known color: Blackberry. HEX triplet: 23, 05 and 19. RGB value is (35,5,25). Sum of RGB (Red+Green+Blue) = 35+5+25=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230519 is #DCFAE6. Grayscale: #101010. Windows color (decimal): -14482151 or 1639715. OLE color: 1639715.

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

Color convert

RGB 35 5 25 -
CMYK 0 0.86 0.29 0.86
HSL 320º 0.75% 0.08% -
HSV(B) 320º 0.86% 0.14% -
XYZ 0.92 0.54 0.97 -
YUV 16.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 35 5 25 0 0.86 0.29 0.86 320 0.75 0.08
Hex 23 5 19 0 56 1D 56 140 4B 8
Octal 43 5 31 0 126 35 126 500 113 10
Binary 100011 101 11001 0 1010110 11101 1010110 101000000 1001011 1000

Color Harmonies of #230519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230519

Black with #230519

Text Example


Text Example

White with #230519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230519; }

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

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

background-color css

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

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

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

border-color css

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

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

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