Html Css Color HEX #34001C Blackberry

📋 copy color: '#34001C'

red 52 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #34001C

Tints of Blackberry #34001C

RGB

 RED value IS 52 (20.7% from 255) = 65%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 35%

R = 65%
G = 0%
B = 35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#34001C (or 0x34001C) is known color: Blackberry. HEX triplet: 34, 00 and 1C. RGB value is (52,0,28). Sum of RGB (Red+Green+Blue) = 52+0+28=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #34001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001C is #CBFFE3. Grayscale: #121212. Windows color (decimal): -13369316 or 1835060. OLE color: 1835060.

HSL color Cylindrical-coordinate representation of color #34001C: hue angle of 327.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34001C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 0 28 -
CMYK 0 1 0.46 0.80
HSL 327.69º 1% 0.1% -
HSV(B) 327.69º 1% 0.2% -
XYZ 1.63 0.81 1.17 -
YUV 18.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 52 0 28 0 1 0.46 0.80 327.69 1 0.1
Hex 34 0 1C 0 64 2E 50 148 64 A
Octal 64 0 34 0 144 56 120 510 144 12
Binary 110100 0 11100 0 1100100 101110 1010000 101001000 1100100 1010

Color Harmonies of #34001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34001C

Black with #34001C

Text Example


Text Example

White with #34001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34001C; }

 p { color: rgb(52,0,28); }

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

background-color css

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

 a { background-color: rgb(52,0,28); }

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

border-color css

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

 span { border-color: rgb(52,0,28); }

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